/*=======全局公共样式定义=======*/
/*间距*/
.padder-home{
	padding-top: 1.5625rem;
	padding-bottom: 1.5625rem;
}
.padder-page{
	padding-top: 1.25rem;
	padding-bottom: 2rem;
}
.row.row-sm{
	margin-left: -.46875rem;
	margin-right: -.46875rem;
}
.row.row-sm > *{
	padding-left: .46875rem;
	padding-right: .46875rem;
}

/*标题*/
.title-01{
	margin-bottom: .75rem;
	padding: 0 1rem;
}
.title-01 h2{
	font-size: 1.25rem;
	padding-bottom: .25rem;
}
.title-01 .description{
	font-size: .875rem;
}
.title-02{
	margin-top: 5rem;
	margin-bottom: 1rem;
}
.title-03{
	margin-top: 2rem;
	margin-bottom: 1.25rem;
	font-size: 1rem;
}


/*更多*/
.more-home{
	font-size: .9375rem;
}

/*翻页*/
.page-turn{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.page-turn .btn{
	margin: 0 .25rem;
	min-width: 28%;
	font-size: .875rem;
}

/*分页*/
.pagination{
	margin-top: .5rem;
	margin-bottom: .5rem;
}
.pagination .page-link{
	width: 2rem;
	height: 2rem;
	line-height: 1.875rem;
	text-align: center;
	font-size: .875rem;
	padding: 0;
	margin: 0 .125rem;
	border-radius: .125rem;
}
.pagination .first .page-link,
.pagination .lase .page-link{
	line-height: 1.75rem;
}
.pagination .first .page-link span,
.pagination .last .page-link span{
	display: inline-block;
	transform: scale(2,1);
}


/*=======导航=======*/
.navbar-brand{
	height: 2.6875rem;
}
.navbar-brand img{
	max-height: 26px;
}
/*导航菜单按钮*/
.navbar-toggler {
  padding: 0.25rem 0 0.25rem 0.5rem;
}
.navbar-toggler:focus{
	outline: none;
}
.navbar-toggler .iconfont{
	font-size: 1.6rem;
	line-height: 1.5rem;
	height: auto;
}
/*导航菜单按钮 end*/
.navbar-collapse{
	border-top: 1px solid #ededed;
	margin: 0.5rem -1rem 0 -1rem;
	padding: 0 1rem;
}
.navbar .navbar-nav{
	width: 100%;
}
.navbar .navbar-nav .nav-item{
	border-bottom: 1px solid #ededed;
}
.navbar .navbar-nav .nav-item:last-child{
	border-bottom: none;
}
.navbar .nav-item .dropdown-menu{
	border: none;
	padding-top: 0;
	padding-bottom: 1rem;
}
.navbar .dropdown-menu .dropdown-item{
	padding: 0.45rem 0.5rem;
}
.navbar-nav .nav-link{
	padding: 0.75rem 0rem;
}

/*语言切换*/
.language{
	position: absolute;
	right: 4rem;
	top: 0;
}
.language .dropdown-toggle{
	padding: 0 .4rem;
	font-size: 1.25rem;
	line-height: 3.6875rem;
	cursor: pointer;
}
.language .dropdown-toggle::after{
	display: none;
}
.language .dropdown-menu{
	min-width: 6rem;
	border-color: #ededed;
	border-radius: 0;
	margin: 0;
	padding: 0;
	z-index: 1;
}
.language .dropdown-menu .dropdown-item.active{
	background-color: rgba(0,0,0,.02);
	color: #0f1c80;
}

/*询盘车*/
.cart,.add-cart{
	position: fixed;
	z-index: 10;
	text-align: center;
	width: 3.125rem;
	height: 3.125rem;
	line-height: 3.125rem;
	right: 1rem;
	bottom: 1rem;
	background-color: rgba(24,48,154,.7);
	border-radius: 50%;
}
.cart .iconfont{
	color: rgba(255,255,255,.85);
	font-size: 1.3rem;
}

/*加入询盘车*/
.add-cart{
	bottom: 4.5rem;
	background-color: rgba(246,112,77,.7);
}
.add-cart .position-relative{
	width: 50px;
	height: 50px;
}
.add-cart .position-relative::before,
.add-cart .position-relative::after{
	position: absolute;
	content: '';
	background-color: rgba(255,255,255,.75);
	top: 50%;
	left: 50%;
}
.add-cart .position-relative::before{
	width: 22px;
	height: 2px;
	margin-left: -11px;
	margin-top: -1px;
}
.add-cart .position-relative::after{
	width: 2px;
	height: 22px;
	margin-top: -11px;
	margin-left: -1px;
}


/*=======焦点图=======*/
.swiper-focus{
  height: 220px !important;
}
.swiper-focus .swiper-slide{
	height: 220px !important;
}
.swiper-focus .position-absolute{
	top: 60px;
	bottom: 10px;
}
.swiper-focus .position-absolute h3{
	font-size: 1.2rem;
	margin-bottom: .25rem;
	letter-spacing: 1px;
	word-spacing: 3px;
}
.swiper-focus .position-absolute .text{
	font-size: .875rem;
}

/*焦点图图片动画*/
.swiper-focus .swiper-slide-active .position-absolute h3{
  animation:mymove01 .4s ease .4s 1;
  -webkit-animation:mymove01 .4s ease .2s 1; /*Safari and Chrome*/
  opacity: 0;
  animation-fill-mode: forwards;
}
.swiper-focus .swiper-slide-active .position-absolute .text{
  animation:mymove02 .4s ease .5s 1;
  -webkit-animation:mymove02 .4s ease .25s 1; /*Safari and Chrome*/
  opacity: 0;
  animation-fill-mode: forwards;
}
@keyframes mymove01
{
from {transform: translateY(15px); opacity: 0;}
to {transform: translateY(0); opacity: 1;}
}

@-webkit-keyframes mymove01 /*Safari and Chrome*/
{
from {transform: translateY(15px); opacity: 0;}
to {transform: translateY(0); opacity: 1;}
}

@keyframes mymove02
{
from {transform: translateY(15px); opacity: 0;}
to {transform: translateY(0); opacity: 1;}
}

@-webkit-keyframes mymove02 /*Safari and Chrome*/
{
from {transform: translateY(15px); opacity: 0;}
to {transform: translateY(0); opacity: 1;}
}

/*=======关于=======*/
.intro-home .intro-box{
	margin-bottom: 1rem;
}
.intro-home .intro-box .intro-text{
	height: 180px;
}	
.intro-home .intro-text{
	margin: 1rem;
}
.intro-home .intro-text .bg-white.padder-page{
	padding: 0 !important;
}
.intro-home .intro-text .bg-white.padder-page .row .col-12:last-child{
	display: none !important;
}
.intro-home .intro-icon > *{
	margin-bottom: 1rem;
}
.intro-home .intro-icon .d-flex{
	height: 6rem;
}
.intro-home .intro-icon .bg-white .iconfont{
	font-size: 1.8rem;
	padding-bottom: 0.35rem;
}
.intro-home .intro-icon .bg-white .title{
	font-size: .875rem;
}

/*=======优势=======*/
.swiper-advantage .swiper-slide{
	padding: 4rem 0.75rem;
}
.swiper-advantage .iconfont{
	font-size: 2.5rem;
	padding-bottom: 1.5rem;
}
.swiper-advantage .title{
	font-size: 0.875rem;
}

/*=======列表=======*/
/*产品*/
.list-products-home > *:nth-child(n+5){
	display: none;
}
.list-products .card{
	margin-bottom: 1rem;
}
.list-products .card .card-body{
	padding: .75rem;
}
.list-products .card .card-title{
	font-size: .9375rem;
	margin-bottom: .15rem;
}
.list-products .card .card-text{
	font-size: 0.8125rem;
}

/*新闻*/
.list-news .card .card-text{
	font-size: .75rem;
}
.list-news .imgbox{
	height: 92px;
}

/*荣誉*/
.list-honor .imgbox,
.list-honor .imgbox img{
	height: 123px;
}

/*询盘车*/
.list-cart li{
	border-bottom: 1px solid #ededed;
	padding: 0.8125rem 0;
	transition: .4s;
}
.list-cart li:hover{
	background-color: rgba(0,0,0,.03);
}
.list-cart .name{
	font-size: .875rem;
	margin-bottom: .75rem;
}

/*合作客户*/
.list-partner a{
	padding: .5rem !important;
	margin-bottom: .9375rem;
	height: 79px;
}

/*发展历程*/
.time-line{
	position: relative;
}
.time-line:before{
	position: absolute;
	content: '';
	left: 6px;
	top: .4rem;
	bottom: 0;
	width: 1px;
	background-color: #c2c2c2;
}
.time-line .item{
	position: relative;
	padding: 0 1rem 2rem 1.5rem;
}
.time-line .item:before{
	position: absolute;
	content: '';
	left: 0;
	top: .4rem;
	width: 12px;
	height: 12px;
	background-color: #c2c2c2;
	border-radius: 50%;
}
.time-line .item .title{
	font-weight: bold;
	font-size: 1.0625;
}
.time-line .item .description{
	font-size: .875rem;
}

/*招聘*/
.list-job .scrollable{}
.list-job .card{
	border: 1px solid rgba(0,0,0,.07);
}
.list-job .card .card-header{
	background-color: #fff;
	border-bottom-width: 0;
	font-weight: bold;
}
.list-job .card .card-body{
	border-top-color: rgba(0,0,0,.07);
	padding: 1rem;
}
.list-job .card .card-body p{
	margin-bottom: .625rem;
}




/*=======页面底部=======*/
.ft{
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: .8125rem;
}
.ft,.ft a{
	color: rgba(255,255,255,.5);
}
.ft .ft-left{
	width: 100%;
}
.ft .ft-phoneinfo{
	width: 100%;
	text-align: center;
}

/*=======顶部大图=======*/
.img-top{
	height: 160px;
}
.img-top h4{
	font-size: 1.25rem;
}
.img-top .description{
	font-size: .875rem;
}